home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / MRUTC.LZH / NOTE.C < prev    next >
Text File  |  1988-01-19  |  173b  |  15 lines

  1. /* ----- note.c ------ */
  2.  
  3. #include "twindow.h"
  4.  
  5. void notepad(void);
  6. char notefile [] = "note.pad";
  7.  
  8. void main()
  9. {
  10.     load_help("tcprogs.hlp");
  11.     notepad();
  12. }
  13.  
  14.  
  15.